home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / dev1 / cosmic.rdm < prev    next >
Text File  |  1996-06-17  |  2KB  |  41 lines

  1. Short:    CosmicFlame fractals in E, with source
  2. Author:   se2cs@dmu.ac.uk (Chris Sumner)
  3. Uploader: se2cs@dmu.ac.uk (Chris Sumner)
  4. Type:     dev/e
  5.  
  6. Herein lies some source code that will, if run on an Amiga,
  7. generate upon the screen, in many colours, cosmic flame
  8. fractals for your enjoyment.
  9.  
  10. $ lha l cosmic.lha                                                       
  11.  PERMSSN  UID GID    SIZE  RATIO     STAMP    NAME
  12. ----------------- ------- ------ ------------ --------------------
  13. rw------- 914/211    3712  55.4% Jun  7 15:42 cosmic
  14. rw------- 914/211    3530  43.0% Jun 10 15:26 cosmic.e
  15. rw------- 914/211    1570  43.7% Jun 10 15:45 cosmic.readme
  16. rw------- 914/211    2799  41.8% Apr 21 23:58 macros.e
  17. rw------- 914/211    2182  54.9% Apr 21 23:58 macros.m
  18. ----------------- ------- ------ ------------ --------------------
  19.  Total    5 files   13793  48.1% Jun 10 15:45
  20.  
  21.  
  22. /*
  23. **    cosmic.e - Generates cosmic flame fractals :-)
  24. **
  25. **    Copyright © 1996 by Chris Sumner
  26. **
  27. **
  28. **    Cosmic flame fractal code derived from FracBlank source code
  29. **    Copyright © 1991-1992 by Olaf `Olsen' Barthel
  30. **
  31. **    Cosmic flame fractal code derived from xlock source code
  32. **    Copyright © 1988-1991 by Patrick J. Naughton.
  33. **
  34. **      Permission to use, copy, modify, and distribute this
  35. **      software and its documentation for any purpose and without
  36. **      fee is hereby granted, provided that the above copyright
  37. **      notice appear in all copies and that both that copyright
  38. **      notice and this permission notice appear in supporting
  39. **      documentation.
  40. */
  41.